UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Ubuntu 22.04 LTS must record time stamps for audit records that can be mapped to Coordinated Universal Time (UTC).


Overview

Finding ID Version Rule ID IA Controls Severity
V-260521 UBTU-22-252020 SV-260521r953376_rule Low
Description
If time stamps are not consistently applied and there is no common time reference, it is difficult to perform forensic analysis. Time stamps generated by the operating system include date and time. Time is commonly expressed in UTC or local time with an offset from UTC.
STIG Date
Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide 2024-03-21

Details

Check Text ( C-64250r953374_chk )
Verify the time zone is configured to use UTC by using the following command:

$ timedatectl status | grep -i "time zone"
Time zone: Etc/UTC (UTC, +0000)

If "Time zone" is not set to UTC, this is a finding.
Fix Text (F-64158r953375_fix)
To Configure Ubuntu 22.04 LTS time zone to use UTC, run the following command:

$ sudo timedatectl set-timezone Etc/UTC